Outside the class (by directly changing the property value):
class Fruit {
  public $name;
}
$apple = new Fruit();
Apple